home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
005
/
taxpln.arc
/
COPYONE.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-03-20
|
816b
|
19 lines
echo off
cls
echo Tax-Planner copy routine to be used on a one diskette drive computer.
echo If you have two diskette drives you should press ctrl+break and stop
echo the copy procedure. Start over with the COPYTWO.BAT file by entering the
echo command COPYTWO. If you do not have a diskette that has been formatted
echo and contains the DOS system files you should ctrl+break, prepare the new
echo diskette by formatting it with the FORMAT A:/S command, then start this
echo procedure again.
pause
echo Copying Startup Files to Work Diskette...
copy TP87.BAT B:/v >nul
copy CONFIG.SYS B:/v >nul
copy AUTOEXEC.BAT B:/v >nul
echo Copying Tax-Planner Files to Work Diskette...
copy *.EXE B:/v >nul
echo All done now ... place a write protect tab on this diskette and use it as
echo a backup copy.